* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	list-style: none;
}

div {
	display: block;
	font-family: "poppins";
}

.box1 {
	width: 100%;
	padding: 100px 0;
}

.box1-cen {
	display: flex;
	justify-content: space-between;
}

.box1-left {
	width: 47.2%;
}

.box1-prca img {
	width: 100%;
}

.box1-prca {
	margin-bottom: 90px;
}

.box1-zhia h6 {
	font-size: 40px;
	color: #333;
	margin-bottom: 20px;
}

.box1-zhia p {
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}

.box1-right {
	width: 47.2%;
}

.box1-prcb img {
	width: 100%;
}

.box1-zhib h6 {
	font-size: 40px;
	font-family: "Poppins";
	color: #333;
	margin-bottom: 20px;
}

.box1-zhib p {
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	margin-bottom: 120px;
}

.move-up {
	transform: translateY(0);
	transition: transform 0.5s ease-out;

}

.move-down {
	transform: translateY(0);
	transition: transform 0.5s ease-out;

}

.box2 {
	padding: 200px 0;
	background-image: url(../img/about-box2-bj.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom;
}

.box2-cen {
	min-height: 360px;
	display: flex;
	justify-content: space-between;
	color: #fff;
}

.box2-left {
	width: 21.43%;
}

.box2-left h6 {
	font-size: 40px;
	font-family: "Poppins";
}

.box2-right {
	width: 67.15%;
}

.box2-right p {
	font-size: 16px;
	line-height: 26px;
}

.box3 {
	width: 100%;
	padding: 100px 0 125px;
}

.box3-top h6 {
	text-align: center;
	font-size: 40px;
	font-family: "Poppins";
	line-height: 1;
	margin-bottom: 60px;
}

.box3-bom {
	display: flex;
	justify-content: space-between;
}

.box3-left {
	width: 46.79%;
}

.box3-right {
	width: 51.76%;
}

.box3-prc {
	position: relative;
	overflow: hidden;
}

.box3-prc img {
	width: 100%;
	transition: all 0.8s ease;
}

.box3-prc:hover img {
	transform: scale(1.2);
}

.box3-right {
	display: flex;
	flex-direction: column;
}

.box3-right-prc {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.box3-right-prc .box3-prc {
	width: 48.69%;
}

.box3-left .box3-prc:first-child {
	margin-bottom: 20px;
}



.box3-prc p {
	position: absolute;
	left: 40px;
	top: 30px;
	color: #fff;
	font-size: 18px;
	line-height: 1;
}

.box4 {
	padding: 95px 0 100px;
	background: #f4f5f6;
}

.box4-top h6 {
	font-size: 40px;
	font-family: "Poppins";
	line-height: 1;
	color: #333;
	text-align: center;
	margin-bottom: 60px;
}

.box4-bom {
	position: relative;
	width: 100%;
}

.box4-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.box4-prc {
	width: 50%;
}

.box4-prc img {
	width: 100%;
}

.box4-zhi {
	width: 36%;
	margin-right: 5%;
}

.box4-zhi p {
	font-size: 22px;
	line-height: 32px;
	color: #666666;
	margin-right: 5%;
}

.box4 .swiper-button-nt1 {
	position: absolute;
	top: 50%;
	right: -40px;
	transform: translateY(-50%);
	cursor: pointer;
}

.box4 .swiper-button-pv1 {
	position: absolute;
	top: 50%;
	left: -40px;
	transform: translateY(-50%);
	cursor: pointer;
}

.box4 .iconfont {
	color: #0170c5;
	font-size: 35px;
}

.box5 {
	padding: 80px 0 70px;
}

.box5-top h6 {
	text-align: center;
	font-size: 40px;
	font-family: "Poppins";
	line-height: 1;
	margin-bottom: 70px;
	color: #333;
}

.box5-mind {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 60px;
}

.box5-mind p {
	font-size: 20px;
	line-height: 1;
	color: #333;
	cursor: pointer;
}

.box5-mind p:first-child {
	margin-right: 100px;
}

.box5-mind-active {
	border-bottom: 1px solid #333;
}

.box5-bom {
	width: 100%;
}

.box5-bom>.tab-pane {
	display: none;
	width: 100%;
	padding-bottom: 60px;
}

.box5-bom .swiper-grid-column>.swiper-wrapper {
	flex-direction: inherit;
}

.box5-bom .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: none;
	border: 2px solid #333333;
}

.box5-bom img {
	width: 100%;
}

.box5-bom>.box5-active {
	display: block;
}
.tab-pane2{
	position: relative;
	overflow: hidden;
	padding: 20px 0;
}
.tab-pane2 .swiper{
	overflow: visible;
}
.tab-pane2 .swiper:not(:last-child){
	margin-bottom: 25px;
}
.tab-pane2 .swiper-slide{
	width: 268px;
	height: 99px;
	background: #FFFFFF;
	box-shadow: 0px 0px 7px 0px rgba(20,20,21,0.16);
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tab-pane2 .swiper-slide{
	margin-right: 25px;
}
.tab-pane2 .swiper-slide img{
	max-width: 75%;
	max-height: 75%;
}
.tab-pane2 .swiper-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: linear;
	/*之前是ease-out*/
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}
.tab-pane2 .swiper .swiper-wrapper {
   animation: 30s scroll infinite linear; 
}
.tab-pane2 .swiper1 .swiper-wrapper {
   animation: -2s 30s scroll infinite linear; 
}
.tab-pane2 .swiper2 .swiper-wrapper {
   animation: -5s 30s scroll infinite linear; 
}
.tab-pane2 .swiper:hover .swiper-wrapper{
	animation-play-state:paused;
}
@keyframes scroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}

@media (max-width:1024px) {
	.box1-zhib h6,
	.box1-zhia h6,
	.box2-left h6,
	.box3-top h6,
	.box4-top h6,
	.box5-top h6{
		font-size: 30px;
	}
	.box2{
		padding: 80px 0;
	}
	.box2-cen{
		flex-direction: column;
		height: auto;
		min-height: 0;
	}
	.box2-right{
		width: 100%;
		margin-top: 30px;
	}
	.box2-left{
		width: 100%;
	}
	.box1,.box3,.box4{
		padding: 70px 0;
	}
	.box5{
		padding: 70px 0 50px;
	}
	.box3-top h6,.box4-top h6,
	.box5-top h6{
		margin-bottom: 40px;
	}
	.box5-mind{
		margin-bottom: 30px;
	}
	.box4-prc{
		width: 100%;
	}
	.box4-zhi{
		width: 100%;
		padding-right: 0;
		margin-right: 0;
		margin-top: 25px;
	}
	.box4 .swiper-button-pv1{
		left: 0px;
		z-index: 2;
	}
	.box4 .swiper-button-nt1{
		right: 0;
		z-index: 2;
	}
	.box4-zhi p{
		font-size: 18px;
	}
	.box4-box{
		flex-direction: column;
	}
}
@media (max-width: 768px) {
	.box2{
		padding: 60px 0;
	}
	.box1,.box3,.box4{
		padding: 50px 0;
	}
	.box5{
		padding: 50px 0 30px;
	}
	.box1,.box3{
		padding: 50px 0;
	}
	.box1-zhib h6,
	.box1-zhia h6,
	.box2-left h6,
	.box3-top h6,
	.box4-top h6,
	.box5-top h6{
		font-size: 26px;
	}
	.box1-prca,.box1-zhib p{
		margin-bottom: 40px;
	}
	.box1-zhib h6, .box1-zhia h6{
		margin-bottom: 10px;
	}
	.box2-right{
		margin-top: 10px;
	}
	.box3-left{
		width: 100%;
	}
	.box3-right{
		width: 100%;
		margin-top: 20px;
	}
	.box3-bom{
		flex-wrap: wrap;
	}
	.box3-top h6, .box4-top h6, .box5-top h6{
		margin-bottom: 30px;
	}
}
@media (max-width: 640px) {
	.box1-left{
		width: 100%;
	}
	.box1-right{
		width: 100%;
	}
	.box1-cen{
		flex-wrap: wrap;
	}
	.box1-prca{
		margin-bottom: 25px;
	}
	.box1-zhib p{
		margin-bottom: 0;
	}
	.box1-right{
		display: flex;
		flex-direction: column-reverse;
		margin-top: 30px;
	}
	.box1-zhib{
		margin-top: 25px;
	}
}
@media (max-width: 500px) {
	.tab-pane2 .swiper-slide{
		height: 56px;
		width: 180px;
	}
	.box4-zhi p{
		font-size: 16px;
		line-height: 1.5;
		margin-right: 0;
	}
	.box4-zhi{
		margin-top: 15px;
	}
	.box5-mind{
		justify-content: space-between;
	}
	.box5-mind p:first-child{
		margin-right: 0;
	}
	.box5-mind p{
		font-size: 18px;
	}
	.box3-right-prc .box3-prc{
		width: 100%;
	}
	.box3-right-prc{
		flex-wrap: wrap;
	}
	.box3-right-prc .box3-prc:not(:last-child){
		margin-bottom: 20px;
	}
	.box3-top h6, .box4-top h6, .box5-top h6{
		margin-bottom: 20px;
	}
	.box2{
		padding: 40px 0;
	}
	.box1,.box3,.box4{
		padding: 40px 0;
	}
	.box5{
		padding: 40px 0 20px;
	}
	.box1{
		padding: 40px 0;
	}
	.box1-zhib h6,
	.box1-zhia h6,
	.box2-left h6,
	.box3-top h6,
	.box4-top h6,
	.box5-top h6{
		font-size: 22px;
	}
}